home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 2010 Software/Programs / PCGuia_programas.iso / Software / Utils / Universal Viewer / UniversalViewer.exe / Viewer.exe / 0 / RCDATA / TFORMPLUGINSEDIT / TFORMPLUGINSEDIT.txt
Encoding:
Text File  |  2009-10-23  |  2.0 KB  |  105 lines

  1. object FormPluginsEdit: TFormPluginsEdit
  2.   Left = 330
  3.   Top = 273
  4.   ActiveControl = edDetect
  5.   BorderStyle = bsDialog
  6.   Caption = 'Configure plugin'
  7.   ClientHeight = 210
  8.   ClientWidth = 393
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object btnOk: TButton
  21.     Left = 111
  22.     Top = 180
  23.     Width = 82
  24.     Height = 23
  25.     Caption = 'OK'
  26.     Default = True
  27.     ModalResult = 1
  28.     TabOrder = 1
  29.   end
  30.   object btnCancel: TButton
  31.     Left = 199
  32.     Top = 180
  33.     Width = 82
  34.     Height = 23
  35.     Cancel = True
  36.     Caption = 'Cancel'
  37.     ModalResult = 2
  38.     TabOrder = 2
  39.   end
  40.   object boxMain: TGroupBox
  41.     Left = 8
  42.     Top = 4
  43.     Width = 377
  44.     Height = 169
  45.     TabOrder = 0
  46.     object labFilename: TLabel
  47.       Left = 8
  48.       Top = 12
  49.       Width = 46
  50.       Height = 13
  51.       Caption = 'Filename:'
  52.       FocusControl = edFilename
  53.     end
  54.     object labDetect: TLabel
  55.       Left = 8
  56.       Top = 52
  57.       Width = 66
  58.       Height = 13
  59.       Caption = '&Detect string:'
  60.       FocusControl = edDetect
  61.     end
  62.     object labEditIni: TLabel
  63.       Left = 8
  64.       Top = 120
  65.       Width = 52
  66.       Height = 13
  67.       Caption = 'Config file:'
  68.     end
  69.     object edFilename: TEdit
  70.       Left = 8
  71.       Top = 28
  72.       Width = 361
  73.       Height = 21
  74.       ParentColor = True
  75.       ReadOnly = True
  76.       TabOrder = 0
  77.     end
  78.     object edDetect: TEdit
  79.       Left = 7
  80.       Top = 68
  81.       Width = 362
  82.       Height = 21
  83.       TabOrder = 1
  84.     end
  85.     object btnDetectDefault: TButton
  86.       Left = 8
  87.       Top = 92
  88.       Width = 105
  89.       Height = 23
  90.       Caption = 'D&efault'
  91.       TabOrder = 2
  92.       OnClick = btnDetectDefaultClick
  93.     end
  94.     object btnEditIni: TButton
  95.       Left = 8
  96.       Top = 136
  97.       Width = 105
  98.       Height = 23
  99.       Caption = '&Edit...'
  100.       TabOrder = 3
  101.       OnClick = btnEditIniClick
  102.     end
  103.   end
  104. end
  105.